Skip to content

test - #89

Closed
dev-wooyeon wants to merge 6 commits into
masterfrom
codex/blog-quality-pilot
Closed

test#89
dev-wooyeon wants to merge 6 commits into
masterfrom
codex/blog-quality-pilot

Conversation

@dev-wooyeon

Copy link
Copy Markdown
Owner

test

글 공개/비공개 정책과 품질 리뷰 메타데이터를 추가했어요.\n피드, 사이트맵, 저장소 계층에서 비공개 글을 기본 제외하도록 정리했어요.\n읽기 시간 계산과 새 글 스캐폴드도 현재 정책에 맞게 보강했어요.
시리즈 글과 저점수 엔지니어링 글의 공개 범위를 재조정했어요.\n품질 리뷰 점수와 featured 기준을 메타데이터에 반영했어요.\n라이프 글은 기존 공개 전략을 유지하면서 탐색 구조만 정리했어요.
CTR 파일럿 포스팅을 포트폴리오 관점으로 다시 구성했어요.\n트레이드오프, 운영 비용, 학습 과정의 기준 변화가 드러나도록 본문을 정리했어요.\n같은 기준을 재사용할 수 있도록 블로그 품질 가이드도 추가했어요.
조회수 집계가 새로고침과 반복 요청으로 증가하는 문제를 줄이기 위해\n서버 지문 기반 dedupe 로직을 추가했어요.\n\nincrement_view RPC에 viewer fingerprint와 dedupe window 인자를 추가하고\nview_unique_visitors 테이블 기반으로 24시간 내 중복 증가를 차단했어요.\n헤더 식별 실패 시 fallback visitor cookie를 사용하도록 보완했고\n구버전 함수 시그니처 환경에서도 동작하도록 호환 경로를 유지했어요.\n\nDB 스키마 문서와 env 예시를 최신화하고 테스트를 보강했어요.
플랫폼 시스템 회고 글 제목의 IoT 표기를 바로잡았어요.
본문과 저장소 내 다른 기술 용어 표기와 일관되게 맞췄어요.
README와 docs 인덱스를 현재 저장소 구조에 맞게 정리했어요.
플랫폼 시스템 회고 글의 구조와 메타 설명을 기술 회고 기준에 맞춰 보강했어요.

빌드와 markdownlint로 문서 변경을 검증했어요.
@vercel

vercel Bot commented Apr 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
eunu-log Ready Ready Preview, Comment Apr 17, 2026 9:42am

@dev-wooyeon

Copy link
Copy Markdown
Owner Author

Replacing this PR with a new branch per branch reset request.

@dev-wooyeon
dev-wooyeon deleted the codex/blog-quality-pilot branch April 17, 2026 09:43

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 91a4ae9867

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"Developer Experience"
],
"featured": false,
"visibility": "public",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add missing index.mdx for newly added public post

This commit adds a public meta.json for designing-skills-for-ai-workflows, but the folder has no index.mdx. The repository loader only indexes folders that contain both index.mdx and meta.json, so this post is silently excluded from feeds/sitemaps/static params and cannot be rendered. Add the missing MDX file (or remove this metadata until content exists) to avoid shipping an unreachable post definition.

Useful? React with 👍 / 👎.

Comment on lines +84 to +88
visibility: 'public',
tags: tags.map((t) => t.trim()).filter(Boolean),
qualityReview: {
philosophy: null,
design: null,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Make new post templates private until review scores are set

The post scaffold now defaults to visibility: 'public' while initializing quality-review core scores to null, which creates an invalid-by-default Tech post under the new publication policy checks (public Tech posts require complete core scores). This means a default script-generated draft can fail CI immediately and risks accidental publication before review; defaulting scaffolds to private avoids that failure mode.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant